Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up travis and sonar #2

Merged
merged 4 commits into from
Dec 4, 2018
Merged

Conversation

AHeise
Copy link
Contributor

@AHeise AHeise commented Dec 4, 2018

No description provided.

@AHeise AHeise requested a review from philipp94831 December 4, 2018 10:39
@AHeise AHeise closed this Dec 4, 2018
@AHeise AHeise reopened this Dec 4, 2018
@AHeise AHeise closed this Dec 4, 2018
@AHeise AHeise reopened this Dec 4, 2018

private static Set<String> fusionIdWithPersonId(Person p) {
if (p.getFusedIds().isEmpty()) {
return Set.of(p.id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p.getId()

if (p.getFusedIds().isEmpty()) {
return Set.of(p.id);
}
return p.fusedIds;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p.getFusedIds()

@AHeise AHeise force-pushed the setting-up-travis-and-sonar branch from cc1e75b to 02b5e6b Compare December 4, 2018 20:35
@AHeise AHeise merged commit 7af027d into master Dec 4, 2018
@AHeise AHeise deleted the setting-up-travis-and-sonar branch December 4, 2018 20:47
AHeise added a commit that referenced this pull request Dec 6, 2018
* Setting up travis and sonar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants